
 

 .affix {
      top: 0;
      width: 100%;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }


 .affix {
      top: 0;
      width: 100%;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }
 

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }

 
  

img{
max-height:30em;

max-width:30em;

}

.search-icon{
height:20px;
width:20px;
}

.nav-head {
position:relative;
padding:0px;
width:100%;
margin:0px;
z-index:10;
}

/* Pop Out quick tabs */

.cp-screen-reader {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    background: #333;
    text-indent: -9999px;
    z-index: -1;
}

.cp-quick-tab {
    background: purple;
    border-radius: 8px 0 0 8px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.cp-qts {
    position: fixed;
    z-index: 300;
    list-style-type: none;
}

.cp-quick-tab {
    position: relative;
    -webkit-transition: ease 0.4s transform;
    transition: ease 0.4s transform;
}

.cp-quick-tab-trigger {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
}

.cp-quick-tab-trigger svg {
    height: 4rem;
    width: 4rem;
    fill: #FFF;
    margin-top: 9px;
}

.cp-quick-tab-content-left,
.cp-quick-tab-content {
    width: 200px;
    height: 60px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    background: #C8A2C8;
    color: #fff;
    font-size: 2.4rem;
}

.cp-quick-tab-content {
    padding-top: 15px;
}

.cp-quick-tab-content-left {
    padding-top: 13px;
}

.cp-quick-tab-content a {
    color: #fff;
}

.cp-quick-tab-content-left a {
    color: #fff;
    font-size: 1.8rem;
}

.cp-quick-tab-content-left a:focus,
.cp-quick-tab-content-left a:hover {
    text-decoration: underline;
}

.cp-quick-tab::after {
    content: '';
    display: block;
    clear: both;
}

.cp-right-quick-tabs {
    right: -200px;
}

.cp-right-quick-tabs .cp-quick-tab:focus,
.cp-right-quick-tabs .cp-quick-tab:hover {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}

.cp-right-quick-tabs .cp-quick-tab-trigger {
    float: left;
}

.cp-right-quick-tabs .cp-quick-tab-content-left,
.cp-right-quick-tabs .cp-quick-tab-content {
    float: right;
}

/* Media Queries
================ */

@media (min-width: 981px) {
    /* Pop out slider positioning */
    
    .cp-qts {
        bottom: 10vh;
    }
    
    .cp-quick-tab-content {
        pointer-events: none;
    }
/* Pop out links
	================ */
    
    .cp-qts {
        bottom: 5px;

}
		
/*marquee
===================== */
.scrolling-marquee {
 height: 50px;	
 overflow: hidden;
 position: relative;
}
.scrolling-marquee p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scrolling-marquee 10s linear infinite;
 -webkit-animation: scrolling-marquee 10s linear infinite;
 animation: scrolling-marquee 10s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scrolling-marquee {
 0%   { -moz-transform: translateX(100%); }
 40%   { -moz-transform: translateX(0%); }
 60%   { -moz-transform: translateX(0%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scrolling-marquee {
 0%   { -webkit-transform: translateX(100%); }
 40%   { -webkit-transform: translateX(0%); }
 60%   { -webkit-transform: translateX(0%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scrolling-marquee {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 40%   { 
 -moz-transform: translateX(0%); /* Firefox bug fix */
 -webkit-transform: translateX(0%); /* Firefox bug fix */
 transform: translateX(0%); 		
 }
 60%   { 
 -moz-transform: translateX(0%); /* Firefox bug fix */
 -webkit-transform: translateX(0%); /* Firefox bug fix */
 transform: translateX(0%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }	
}	
	
#logo{
animation-name : blinking-logo;
animation-duration:4s;
animation-iteration-count:infinite;

/*safary
=====================*/
-webkit-animation-name : blinking-logo;
-webkit-animation-duration:4s;
-webkit-animation-iteration-count:infinite;
}

@-webkit-keyframes blinking-logo{
50%{opacity:0,2;}
50%{opacity:1;}
}

@keyframes blinking-logo{
50%{opacity:0.2;}
50%{opacity:1;}
}




#logo{
opacity:0.2;
padding:10px;
width: 50%;
}

.subdropdown {
color:white;
background-color:red;
position:relative;
text-align:center;
opacity:0.8;
width:25%;
border-radius:25%;
}
	
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}

.page-nav:hover{
color:red;
font-size:110%;

}



.sidenav {
    height: 100%;
    width: 0;
    position: Fixed;
    z-index: 1;
    top: 30%;
    left: 0;
    background-color: #111;
    overflow-x: fixed;
    transition: 0.5s;
    padding-top: 60px;
	opacity:1;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}	

body{
background-image: url("backgroundimag.jpg");
background-color: #cccccc;
background-attachment:fixed;
background-repeat:repeat;

}

h3  {
color:Purple;
padding:5px;
border:2px;
}

h1 {
color:blue;
padding:5px;
border:2px;
}

h4 {
color:red;
padding:5px;
border:2px;
}

h5 {
color:green;
padding:5px;
border:2px;
}

h2 {
color:orange;
padding:5px;
border:2px;
}

@media screen and (max-width: 1000px) and (min-width: 700px) {
            ul li a:before {
                content: "Email: ";
                font-style: italic;
                color: #666666;
            }
        }